home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / graphics < prev    next >
Text File  |  1991-04-14  |  2KB  |  40 lines

  1.                                   GRAPHICS
  2.        Enable graphics screen dump to IBM printers (CGA,EGA and VGA)
  3.  
  4. The GRAPHICS command will make it possible to print graphics displays
  5. to the printer when the SHIFT and PrtScn keys are pressed. To work
  6. properly, the printer must be a compatible printer type.  The screen
  7. graphics display must be CGA,EGA, VGA or 8514/A.
  8.  
  9. COMMAND TYPE: External                  VERSION: 2.0 and up
  10.  
  11. USE: GRAPHICS [type] [profile][/r][/b][/lcd][/printbox:id]
  12.  
  13. printer type can be one of five types of printers.
  14.  
  15. COLOR1   - IBM Color Printer with a black ribbon.
  16. COLOR4   - IBM Color Printer with red, green, blue, and black ribbon.
  17. COLOR8   - IBM Color Printer with cyan, magenta, yellow, and black ribbon.
  18. GRAPHICS - IBM personal graphics printer, Proprinter or Quietwriter
  19. COMPACT  - IBM Compact printer. GRAPHICS - IBM Graphics Printer.
  20. THERMAL  - IBM PC convertible thermal printer
  21.  
  22. profile  (DOS 4.x only) is the name of a file containing information on
  23.          all supported printers.  If not supplied, graphics.pro is used.
  24. /r to print black and white on the printer as they are seen on the
  25.    monitor.  If you do not specify /R then black will be printed as white
  26.    and white will be printed as black.
  27. /b prints the background in color.  This switch is only valid on
  28.    multi-color printers.  The default is to not print the background
  29.    color.
  30. /lcd will print using the LCD aspect ration rather than the CGA aspect ratio
  31. /printbox:id selects the print box size.  "id" should be "ST" or "LCD"
  32.  
  33. In the high resolution modes the image will be printed on the printer
  34. sideways.  The default printer type is GRAPHICS if none is supplied on
  35. the command line
  36.  
  37. NOTE: Graphic screen dumps will take longer than text screen dumps.
  38. Text screen dumps will still be possible after the GRAPHICS command is
  39. executed.
  40.